home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 539 b | 23 lines | [TEXT/CWIE] |
- // SVAERevert.h
- //
- // 7Edit 3.1d1. Original version by Jon Lansdell and Nigel Humphreys.
- // 3.1 updates by Greg Sutton.
- // ©Apple Computer Inc 1995, all rights reserved.
-
- #ifndef __SVAEREVERT__
- #define __SVAEREVERT__
-
- #include <AppleEvents.h>
- #include <AEObjects.h>
- #include <AERegistry.h>
-
- #include "SVToken.h"
-
- pascal OSErr DoRevert(const AppleEvent *theAppleEvent, AppleEvent *reply, long refcon);
-
- OSErr RevertWindowToken(WindowToken* theToken);
- OSErr RevertWindowDesc(AEDesc* textDesc);
- OSErr RevertDesc(AEDesc* aDesc);
-
- #endif
-